home *** CD-ROM | disk | FTP | other *** search
/ MacWorld 1998 January / Macworld (1998-01).dmg / Serious Demos / Visual MacStandardBasic Demo / Visual MSB Reference / Visual MSB Reference.rsrc / PICT_7.png < prev    next >
Portable Network Graphic  |  1997-10-23  |  68KB  |  816x1056  |  16-bit (506 colors)
Labels: book | bulletin board | chat room | crt screen | hakham | monitor | poster | reckoner | road | sky | waterfall | web site
OCR: The Select command will jump to the programstatements following the Default statement the expression value in the Select statement does not matchany the Case statements EndCase This command designates the end of a series of Select Case statements The Select command will jump to the progr ram statements following the Endcase statement if the expression value in the Select statement does not matchany of the Case statements and there not Default statement End This command will end the application It will automatically close all open windows and release memory allocated by the application. Exitl .oop This command will exit the current Do/Loop Execution will continue after the next Loop command Example: Do While 100 then Exi itLoop Loop Exi tSub This command will exit the current SUB procedure ...